BaseSubsystem.GetAllIntVariables method
Gets the list of user-defined variables in short integer.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
ReadOnlyCollection<IUserVariable<short>> GetAllIntVariables(
IUserVariable Parent = null
)
Function GetAllIntVariables(
Parent = null As IUserVariable
) As ReadOnlyCollection(Of IUserVariable(Of Short))
Parameters
Parent
Type: IUserVariable
Default value: null
The parent folder of IUserVariable. By default, it gets variables from the root folder.
Remarks
The variable can be used in KINGSTAR Scope and a real-time log.
Return value
Type: ReadOnlyCollection<T>
Returns the list of user-defined variables in short integer.
Usable EtherCAT states
ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP
See also